home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / think-c-interface.sea / Think C interface / ThinkC.readme < prev    next >
Encoding:
Text File  |  1992-01-14  |  1.2 KB  |  31 lines  |  [TEXT/MSWD]

  1. First of all,
  2.   very special thanks to the MCL team, they have always been very
  3.   generous of their time in responding promptly to any questions I had.
  4.  
  5. This stuffit archive should contain 12 files, all related to the
  6. ThinkC <-> Macintosh Common Lisp interface. The description of the interface
  7. is scattered through out the examples. I thought this would make it easier to
  8. assimilate the various element of the interface. Feel free to send me any
  9. questions that remains.
  10.  
  11.     README:       This file.
  12.     THOUGHTS:     General thoughts about interfacing MCL and ThinkC.
  13.     TODOS:        Things which would be nice to add to the interface.
  14.  
  15.     think-c.lisp: The lisp code for the interface.
  16.     lisp.h:       C headers describing various MCL types.
  17.     loader.h:     C headers for the main function of your C code.
  18.  
  19.     example.π:    The ThinkC project of the example.
  20.     example.c:    The C code of the example.
  21.     segment2.c:   Other C code to test multi-segmented code.
  22.     segment3.c:   Idem.
  23.     example.res:  The resource file containing the C code of the example.
  24.     example.lisp: The lisp code to try the example.
  25.  
  26. Good luck!
  27.  
  28. Guillaume Cartier
  29. cartier@math.uqam.ca
  30. LACIM, Universite du Quebec a Montreal.
  31.